Add a comment regarding cell renderers to the docs.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Oct 2004 19:00:47 +0000 (19:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Oct 2004 19:00:47 +0000 (19:00 +0000)
2004-10-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
cell renderers to the docs.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c

index e62c55184fc5b775d0088d42c2ae16dc0fc3bbce..b29df690f990410716625616ef7bd96a748d08e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+       cell renderers to the docs.
+
        * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
        Silently ignore info being NULL. This is unavoidable with the 
index e62c55184fc5b775d0088d42c2ae16dc0fc3bbce..b29df690f990410716625616ef7bd96a748d08e9 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+       cell renderers to the docs.
+
        * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
        Silently ignore info being NULL. This is unavoidable with the 
index e62c55184fc5b775d0088d42c2ae16dc0fc3bbce..b29df690f990410716625616ef7bd96a748d08e9 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+       cell renderers to the docs.
+
        * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
        Silently ignore info being NULL. This is unavoidable with the 
index e62c55184fc5b775d0088d42c2ae16dc0fc3bbce..b29df690f990410716625616ef7bd96a748d08e9 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+       cell renderers to the docs.
+
        * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes): 
        Silently ignore info being NULL. This is unavoidable with the 
index e225794cc7e8e9d99e22952644f9441a25cba41f..79c0d9262150f9cb07ce85cf160fd8d085a41b8d 100644 (file)
@@ -4346,9 +4346,12 @@ gtk_combo_box_set_active_iter (GtkComboBox     *combo_box,
  * @combo_box: A #GtkComboBox.
  * @model: A #GtkTreeModel.
  *
- * Sets the model used by @combo_box to be @model. Will unset a
- * previously set model (if applicable).
- * If model is %NULL, then it will unset the model.
+ * Sets the model used by @combo_box to be @model. Will unset a previously set 
+ * model (if applicable). If model is %NULL, then it will unset the model.
+ *
+ * Note that this function does not clear the cell renderers, you have to 
+ * call gtk_combo_box_cell_layout_clear() yourself if you need to set up 
+ * different cell renderers for the new model.
  *
  * Since: 2.4
  */